home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc2_x
/
utltycmp.sit
/
Utility Comparisons
/
background_2777.txt
< prev
next >
Wrap
Text File
|
1990-10-24
|
5KB
|
229 lines
-- background: 2777 from stack: in
-- bmap block id: 3202
-- flags: 0000
-- background id: 0
-- name:
-- part 1 (field)
-- low flags: 00
-- high flags: 4007
-- rect: left=5 top=25 right=296 bottom=167
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 14
-- style flags: 0
-- line height: 18
-- part name: Norton
-- part 4 (field)
-- low flags: 00
-- high flags: 4007
-- rect: left=172 top=25 right=296 bottom=334
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 14
-- style flags: 0
-- line height: 18
-- part name: MacTools
-- part 5 (field)
-- low flags: 00
-- high flags: 4007
-- rect: left=339 top=25 right=296 bottom=501
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 14
-- style flags: 0
-- line height: 18
-- part name: SUM
-- part 9 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=132 top=318 right=341 bottom=362
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 33
-- text size: 18
-- style flags: 2304
-- line height: 24
-- part name: Category
-- part 10 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=57 top=316 right=342 bottom=109
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 33
-- text size: 24
-- style flags: 2304
-- line height: 32
-- part name: Rating1
-- part 11 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=231 top=295 right=321 bottom=283
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 33
-- text size: 24
-- style flags: 2304
-- line height: 32
-- part name: Rating2
-- part 12 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=400 top=316 right=342 bottom=452
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 33
-- text size: 24
-- style flags: 2304
-- line height: 32
-- part name: Rating3
-- part 13 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=482 top=312 right=342 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 26425 / 26425
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Right
----- HyperTalk script -----
on mouseUp
lock screen
go to next card
get the number of this card
put it && "of 18" into bg fld "CardNum"
unlock screen with visual effect wipe right
end mouseUp
-- part 14 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=0 top=312 right=342 bottom=30
-- title width / last selected line: 0
-- icon id / first selected line: 902 / 902
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Left
----- HyperTalk script -----
on mouseUp
lock screen
go to prev card
get the number of this card
put it && "of 18" into bg fld "CardNum"
unlock screen with visual effect wipe left
end mouseUp
-- part 15 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=1 top=1 right=15 bottom=48
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: CardNum
-- part 16 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=486 top=0 right=20 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 21700 / 21700
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
go home
end mouseUp
-- part 17 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=0 top=0 right=12 bottom=454
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Menubar
----- HyperTalk script -----
on mouseEnter
put item 3 of the screenRect into screenWidth
if screenWidth <= 512 then show menubar
end mouseEnter
on mouseLeave
put item 3 of the screenRect into screenWidth
if screenWidth <= 512 then hide menubar
end mouseLeave
-- part 19 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=470 top=1 right=22 bottom=489
-- title width / last selected line: 0
-- icon id / first selected line: 19678 / 19678
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: About
----- HyperTalk script -----
on mouseUp
lock screen
push card
go to first card
show cd fld "About"
end mouseUp